ASM_ASSERTION was deprecated long ago, this check is no longer needed.
Change-Id: I2a5770f76ea1317461c0059dad8dba9dc0e5af32
Signed-off-by: Antonio Nino Diaz <[email protected]>
# Default values for build configurations, and their dependencies
################################################################################
-ifdef ASM_ASSERTION
- $(warning ASM_ASSERTION is removed, use ENABLE_ASSERTIONS instead.)
-endif
-
include ${MAKE_HELPERS_DIRECTORY}defaults.mk
# Assertions enabled for DEBUG builds by default